

'Declaration
Public MustInherit Class C1WrapCollectionView
(Of S As Class,
T As Class)
Inherits C1CollectionViewBase(Of T)
Implements ICollectionView(Of T), ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting
public abstract class C1WrapCollectionView<S,T> : C1CollectionViewBase<T>, ICollectionView<T>, ISupportCurrency, ISupportEditing, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting where S: class where T: class
System.Object
C1.CollectionView.C1CollectionViewBase<T>
C1.CollectionView.C1WrapCollectionView<S,T>
C1.CollectionView.C1GroupCollectionView<S>
C1.CollectionView.C1WrapCollectionView<T>